Autogenerated HTML docs for v1.7.2-rc1 
diff --git a/git-grep.txt b/git-grep.txt index 912bddd..5474dd7 100644 --- a/git-grep.txt +++ b/git-grep.txt 
@@ -14,6 +14,7 @@  [-E | --extended-regexp] [-G | --basic-regexp]  [-F | --fixed-strings] [-n]  [-l | --files-with-matches] [-L | --files-without-match] + [(-O | --open-files-in-pager) [<pager>]]  [-z | --null]  [-c | --count] [--all-match] [-q | --quiet]  [--max-depth <depth>] @@ -104,6 +105,13 @@ 	For better compatibility with 'git diff', `--name-only` is a 	synonym for `--files-with-matches`.   +-O [<pager>]:: +--open-files-in-pager [<pager>]:: +	Open the matching files in the pager (not the output of 'grep'). +	If the pager happens to be "less" or "vi", and the user +	specified only one pattern, the first file is positioned at +	the first match automatically. +  -z::  --null:: 	Output \0 instead of the character that normally follows a